home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / game / patch / Qboost4.readme < prev    next >
Text File  |  1999-07-01  |  7KB  |  184 lines

  1. Short:    Qboost v4 (Quake speedup)
  2. Author:   christian.michael@groenjord.dk
  3. Uploader: christian.michael@groenjord.dk
  4. Type:     game/patch
  5. Replaces: game/patch/Qboost3.lha
  6. Replaces: game/patch/Qboost2fix.lha
  7. Replaces: game/patch/Qboost3_demo.lha
  8. Replaces: game/patch/Qboost3demo.lha
  9.  
  10. (28-06-99)
  11.  
  12. Qboost v4 is the final version of the qboost package.
  13. It's also the last patch from me that supports singleplayer.
  14.  
  15. If you are into multiplayerquake or bots, have a look at my homie:
  16. http://members.xoom.com/_michael/quake.htm  
  17.  
  18. Development of Qboost was suspended, since I have been developing a
  19. servermod for fastest possible multiplayer performance: TheMod
  20. (currently v0.98).
  21. I never meant to update Qboost again, but during development of TheMod
  22. I came up with a few tricks that could benefit singleplayer performance.
  23. Quite a few people seem to use qboost, so here you have the final vesion.
  24.  
  25.  
  26. New stuff in Qboost v4:
  27.        ("qc", "mdl", "wad" and "script" denotes type of modification.
  28.        "status independent" means that it works, even if you aren't server)
  29.  
  30.        qc - impulse 13 toggles weapon-kick on/off
  31.        qc - impulse 14 toggles damage-flash on/off
  32.        qc - impulse 15 toggles type of explosions
  33.        qc - impulse 16 toggles blood on/off
  34.  
  35.             (blood and damageflash are the most important ones fps-wise)
  36.  
  37.        qc - teleporter effect totally removed
  38.        qc - standard explosion effect is teleport flash
  39.  
  40.  
  41. Modifications already present in old version (Qboost3):
  42.  
  43.        qc - Quad and Pentagram FX has been speeded up.
  44.             Now there is no slowdown at all, which means a 50-100% speedup!
  45.    qc/mdl - Gibs has been reduced/removed (status independent)
  46.        qc - Dead bodies are removed
  47.             (huge speedup)
  48.       mdl - New, better looking shaft (status independent)
  49.       mdl - New skin for player.mdl   (status independent)
  50.       mdl - Simple, pastel colored mdl's for grenades,
  51.             weapons and backpack. (status independent)
  52.             (faster, and easier to see in low resolutions)
  53.  
  54.             Weapon color-codes:  super-shotgun   - black
  55.                                  nailgun         - orange
  56.                                  super-nailgun   - light orange
  57.                                  grenadelauncher - light yellow
  58.                                  rocketauncher   - white
  59.                                  lightning gun   - light blue
  60.  
  61.             Miscellaneous     :  backpacks       - light yellow
  62.                                  grenades        - white
  63.  
  64.  
  65.    qc/mdl - Fire disabled (status independent)
  66.        qc - Modified explosions
  67.        qc - Weaponflash removed
  68.        qc - Weaponkick removed (not a speedup, just a nice feature.)
  69.       mdl - Rocketlauncher and shaft are less CPU-hungry
  70.             (status independent)
  71.        qc - Screenflash when picking up items has been disabled.
  72.        qc - Dynamic lights have been turned static.
  73.        qc - Teleporter effect has been speeded up.
  74.    script - Waterwarping and viewmodel disabled by default.
  75.  
  76.       wad - new crosshair (pak1.pak) - someone else made the crosshair,
  77.             so I have included authors .txt in the archive.
  78.          
  79.  
  80. Installation:
  81.      Place the pak0.pak, pak1.pak and "progs" in your gamedir.
  82.      Start Quake with the parameter: -game [your gamedir]
  83.  
  84. Please note, that the progs-dir contains mdl's which are
  85. responsible for gfx-bugs, while using pixelmode 0.
  86. There is no way I can fix this, since I don't have a proper mdl-editor.
  87.  
  88. Solutions to this problem:
  89.    a) use pixelmode 1, 2 or 3 - You should use one of these anyway,
  90.       in order to get a reasonable framerate on 68K processors.
  91.    b) remove or rename the "progs" dir.
  92.  
  93. Recomended config for DM (68060/66):
  94.    NTSC, viewsize 80, fov 100, pixelmode 2, d_mipcap 3, snd_frequency 5513
  95.    Remember to use the parameter -particles 1, when starting Quake!
  96.  
  97.    This config gives me 21.80 FPS with timedemo demo2.
  98.  
  99.  
  100. For best performance during deathmatch games, use "TheMod" if possible.
  101. Else fastqprogs (aminet) will help.
  102.  
  103.  
  104. Additional credits:
  105. The playerskin was made by Chris Freeham (don't know him, but he didn't
  106. mention any distribution restrictions).
  107.  
  108. The reason for including this skin, is that other players
  109. are much easier to spot in deathmatch.
  110. It's very hard to distinguish player-colors with this skin. If this causes
  111. problems (Teamplay is an example), you should remove the player.mdl
  112. from the "progs" dir.
  113.  
  114. Tools used for creating Qboost series: Faqcc
  115.                                        Quest (qbsp)
  116.                                        Pakman
  117.                                        text editor
  118.  
  119.  
  120. My other Quake-stuff:
  121.  
  122. TheMod (aminet) or for latest version:
  123. (http://members.xoom.com/_michael/quake.htm)
  124.  
  125. frogbot (aminet) - qboost-like optimizations of the best bot available
  126. fastqprogs (aminet)
  127. QspeedGuide (aminet))
  128. Qconnect (aminet) -Huge list of public quake-servers, very easy to use.
  129. Qgrabber (aminet) -Script for controlling demos and making screenshots.
  130.  
  131. QuakeC sources for Qboost-patches - AmigaQuakeCentral at www.goigoi.com
  132.  
  133.  
  134. Fastest Quakemods:
  135. ------------------
  136.  
  137. For singleplayer: Qboost4
  138.  
  139. For lan/networking/serial link : TheMod
  140.  
  141. Best performance over modem: TheMod (must run on server)
  142.  
  143. For playing on standard quakeservers not running TheMod: fastqprogs
  144.  
  145. Best performing RocketArena server: TheMod
  146.  
  147. Fastest bot: check http://members.xoom.com/_michael/quake.htm
  148.  
  149.  
  150.  
  151. Enjoy..
  152.  
  153. -surgeon
  154.  
  155.  
  156. ============================= Archive contents =============================
  157.  
  158. Original  Packed Ratio    Date     Time    Name
  159. -------- ------- ----- --------- --------  -------------
  160.   577532  166821 71.1% 29-Jun-99 02:08:12  PAK0.PAK
  161.   116273   37051 68.1% 28-Sep-97 21:11:02  PAK1.PAK
  162.     1900     596 68.6% 03-Mar-99 16:26:24 +backpack.mdl
  163.    11893     620 94.7% 02-Mar-99 12:50:04 +bolt2.mdl
  164.     6836    3319 51.4% 02-Mar-99 12:50:04 +flame.mdl
  165.     6836    3319 51.4% 02-Mar-99 12:50:04 +flame2.mdl
  166.     3396    1117 67.1% 03-Mar-99 15:17:10 +g_light.mdl
  167.     3396    1117 67.1% 03-Mar-99 15:26:54 +g_nail.mdl
  168.     3396    1117 67.1% 03-Mar-99 15:25:28 +g_nail2.mdl
  169.     3396    1115 67.1% 03-Mar-99 15:19:44 +g_rock.mdl
  170.     3396    1117 67.1% 03-Mar-99 16:28:20 +g_rock2.mdl
  171.     3396    1119 67.0% 03-Mar-99 16:51:34 +g_shot.mdl
  172.     6836    3319 51.4% 02-Mar-99 12:50:04 +gib1.mdl
  173.     6836    3319 51.4% 02-Mar-99 12:50:04 +gib2.mdl
  174.     6836    3319 51.4% 02-Mar-99 12:50:04 +gib3.mdl
  175.     1900     571 69.9% 03-Mar-99 15:10:28 +grenade.mdl
  176.     6836    3319 51.4% 02-Mar-99 12:50:04 +h_player.mdl
  177.     1080     309 71.3% 02-Mar-99 12:50:04 +lavaball.mdl
  178.     2244     526 76.5% 02-Mar-99 12:50:04 +missile.mdl
  179.   191852  106394 44.5% 09-Sep-96 08:40:32 +player.mdl
  180.     3305    1274 61.4% 08-Jan-99 23:34:00  q_xhair.txt
  181.     5363    2348 56.2% 29-Jun-99 02:16:52  Qboost4.readme
  182. -------- ------- ----- --------- --------
  183.   974734  343126 64.7% 29-Jun-99 21:41:38   22 files
  184.